body {
   font-family:"microsoft yahei",simhei;
}

ul {
	padding-left: 0px;
	text-align: left
}
ul li {
	list-style: none;
}
ul li a {
	line-height: 36px;
	font-size: 16px;
	color: #666;
	text-align: left;
	text-decoration: none
}
ul li a:hover, ul li a:focus {
	color: #d9534f;
	text-decoration: none
}

@media (max-width: 767px) {
ul li a {
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: left;
	text-decoration: none
}
}
.fdc-nav {
	height: 82px;
	background: #24282c;
	position: relative;
	z-index: 9999
}

@media (min-width: 768px) {
.navbar {
	border-radius: 0px;
}
}
.navbar {
	position: relative;
	min-height: 82px;
	margin-bottom: 0px;
	border: none;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff
}
.navbar-default .navbar-nav > li > a:focus {
  color: #777;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:visited {
	color: #ffff
}

@media (max-width: 991px) {
.navbar-default .navbar-nav > li > a {
	padding: 0px 5px;
	line-height: 82px;
	font-size: 16px;
	color: #777
}
}

@media (min-width: 992px) {
.navbar-default .navbar-nav > li > a {
	padding: 0px 10px;
	line-height: 82px;
	font-size: 18px;
	color: #ccc
}
}

@media (max-width:767px) {
.navbar-default .navbar-nav > li > a {
	padding: 0px 20px;
	line-height: 40px;
	font-size: 16px;
	color: #777;
	background: #EEEEEE
}
}

@media (max-width:767px) {
.navbar-default .navbar-nav > li > a:hover {
	color: #555;
	background: #ccc
}
}
.navbar-default .navbar-nav .biaoh a {
	color: #d9534f
}
.navbar-toggle {
	z-index: 999;
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
/* SLIDER */

#slider {
	margin-top: 0px;
}
#home-carousel .item {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 525px;
}
.home-carousel-left, .home-carousel-right {
	background-color: #f0f0f0;
	color: #000;
	font-size: 32px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 32px;
	z-index: 999;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
}
.home-carousel-left {
	left: -32px;
}
.home-carousel-right {
	right: -32px;
}
#home-carousel:hover .home-carousel-left {
	left: 0;
}
#home-carousel:hover .home-carousel-right {
	right: 0;
}
.btn-learn {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	background: #f1f0f3;
	border: 1px solid #e2dfdf;
	letter-spacing: 0.2em;
	color: #7b7b7b;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 8px 20px;
}
#home-carousel .container {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
#home-carousel .carousel-caption {
	position: static;
	right: auto;
	bottom: 20px;
	left: auto;
	z-index: 10;
	padding-top: 50px;
	padding-bottom: 20px;
	color: #7b7b7b;
	text-align: center;
	text-shadow: none;
}

@media (min-width:768px) {
#home-carousel .carousel-caption h1 {
	font-size: 55px
}
}

@media (min-width:768px) {
.btn-learn {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 400;
	background: #f1f0f3;
	border: 1px solid #e2dfdf;
	letter-spacing: 0.4em;
	color: #7b7b7b;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 8px 60px;
}
}
#search {
	float: left;
	margin-top: -8em;
	width: 100%;
}
#search .center-block {
	float: none;
}
#search input {
	height: 46px;
	color: #999;
	background: rgba(255,255,255, 0.8);
	border: 1px solid rgba(0,0,0, 0.1);
}
#ruanwen { margin-bottom: 20px
}
#ruanwen .row ul {
	padding-left: 20px
}
#ruanwen .row .col-sm-4 ul {
	border-right: 1px solid lightgray
}
#ruanwen .row .col-sm-4:last-child ul {
	border: none;
}
#ruanwen ul li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 20px;
}

@media(max-width:767px) {
#ruanwen .row .col-sm-4 ul {
	border-right: none;
	border-bottom: 1px solid lightgray
}
}
#jiaodian { margin: 20px 0px}
#jiaodian .container {
	border: 1px solid #eee;
	padding: 15px;
}
#jiaodian .carousel-caption{ font-size: 18px;}
#jiaodian .carousel-control.left, #jiaodian .carousel-control.right {
	padding-top: 30%
}
#jiaodian .zheyao {
	text-align: center;
	margin-top: 0px;
	width: 100%;
}

#jiaodian .zheyao:first-child{
	border-bottom: 1px solid #ccc;
}

#jiaodian .zheyao h2 a {
	color: #444;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#jiaodian .zheyao h2 a:hover, #jiaodian .zheyao h2 a:focus {
	color: #d9534f
}
#jiaodian .zheyao p {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding: 5px 10px;
	text-align: left;
	text-indent: 2em;
}
#jiaodian .zheyao p a {
	color: #666;
	font-size: 16px;
	line-height: 36px;
	text-decoration: none
}
#jiaodian .zheyao p a:hover, #jiaodian .zheyao p a:focus {
	color: #d9534f;
}
#jiaodian .jdlist button {
	display: inline;
	margin: 12px 0px
}
#jiaodian .jdlist ul {
	padding: 0px 15px
}
#jiaodian .label {
    font-size: 170%;
	margin-right: 10px;
	line-height: 36px;
	float: left;
	padding: .1em .6em .1em;
}

#jiaodian .label a{
	font-size: 100%;
	color: #fff;
}

.zjxg {
	margin: 45px 0 0 0;
}

.zjxg a {
	font-size: 16px;
	color: #555;
	text-decoration: none;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 45px;
	line-height: 45px;
}

#shixin {
	background: #f5f5f6;
	padding: 50px 0px 0px 0px;
}
#shixin .bgt {
	text-align: center
}
#shixin .bgt i {
	color: #b4b4b5
}
#shixin .bgt h2 a {
	color: #d9534f;
	font-size: 24px;
	line-height: 55px;
	text-decoration: none;
}
#hongrent .dchrt h2 a, #pinglou .hrpl h2 a {
	color: #d9534f;
	font-size: 36px;
	line-height: 55px;
	text-decoration: none;
}
#hongrent .row a{ color: #555; text-decoration:none}
#hongrent .row a:hover,#hongrent .row a:focus{color: #d9534f;}
#shixin .bgt h2 a:hover, #shixin .bgt h2 a:focus, #hongrent .dchrt h2 a:hover, #hongrent .dchrt h2 a:focus, #pinglou .hrpl h2 a:hover, #pinglou .hrpl h2 a:focus {
	color: #e90000
}
#shixin .bgt-img {
	border: 1px solid #CCC
}
#shixin .bgt-img p a {
	color: #666;
	font-size: 16px;
	line-height: 45px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
}
#shixin .bgt p a:hover, #shixin .bgt p a:focus {
	color: #d9534f
}
#hongrent {
	background: #f5f5f6;
	padding: 30px 0px
}
#hongrent .dchrt {
	text-align: center
}
#hongrent .dchrt p, #hongrent .row p, #pinglou .hrpl p {
	color: #666;
	font-size: 16px;
	line-height: 36px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#hongrent .row img {
	width: 220px;
	height: 220px;
}
#pinglou {
	padding: 30px 0px
}
#pinglou .hrpl {
	text-align: center
}
#pinglou .bdty {
	box-shadow: 0px 1px 10px #ccc;
	padding: 0px;
	margin-top: 20px
}
#pinglou .row h3 {
	color: #555;
	line-height: 45px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#pinglou .row p {
	text-align: left;
	color: #888;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#pinglou .row .btn {
	background: #373d41;
	color: #fff;
	border-radius: 0px;
}
#pinglou .row .pd15 {
	padding: 0px 20px 20px 20px
}
#pinglou .col-md-4 {
	padding: 0px 30px
}
#xinpan, #topic {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #24282c;
}
#xinpan .row h2 a, #topic .row h2 a {
	color: #fff;
	font-size: 36px;
	line-height: 55px;
	text-decoration: none;
}
#xinpan .row h2 a:hover, #xinpan .row h2 a:focus, #topic .row h2 a:hover, #topic .row h2 a:focus {
	color: #999
}
#xinpan .lpxq, #topic .lpxq {
	background: #fff;
	padding: 5px;
	margin-top: 20px;
	text-align: center;
}
#xinpan .lpxq p, #topic .lpxq p {
	border-bottom: #ccc 1px dotted;
	padding-bottom: 5px;
	cursor: default;
}
#xinpan .lpxq span, #topic .lpxq span {
	color: #d9534f;
	font-size: 24px;
	font-weight: 600;
	margin-right: 20px
}
#xinpan .lpxq .btn, #topic .lpxq .btn  {
	background: #373d41;
	padding: 0px 8px;
	height: 30px;
	color: #fff;
	border-radius: 0px;
}
#xinpan .lpxq .btn:hover, #pinglou .bdty .btn:hover, #topic .lpxq .btn:hover, #topic .bdty .btn:hover{ background: #333; color: #999}
#xinpan .lpxq i, #topic .lpxq i {
	margin-right: 5px
}

#topic{
	padding-top: 0;
}

#zixun{ margin: 50px 0px}
#zixun i{ color: #b4b4b5}
#zixun h3 a{ color: #373d41; text-decoration: none}
#zixun h3 a:hover,#zixun h3 a:focus{color: #d9534f}
footer{ background: #373d42; padding: 20px 0px}
footer .lxfs ul{ width: 100%}
footer .lxfs ul li{ float:left; width: 20%; line-height: 100px}
footer .lxfs ul li a{color: #eee}
footer .lxfs ul li:last-child{border-right: 1px solid #6e7276}
footer .lxfs .col-md-2{  color: #eee;font-size: 16px; line-height: 40px}
footer .lxfs h3{color: #fbb404;font-size: 20px; font-family:"abril-fatface"}
footer .lxfs img{ width: 85px; height: 85px}
footer .lxfs .col-md-2 a{ color:#fff; text-decoration: none}
footer .lxfs .col-md-2 a:hover{color:#d9534f}
footer .yqlj{ margin: 20px 0px; padding: 20px 0px;border-top: 1px solid #4b5054;  border-bottom: 1px solid #4b5054}
footer .yqlj a{ color:#8e959b;line-height: 24px; font-size: 14px; padding-right: 10px; text-decoration: none;display:inline-block; }
footer .yqlj a:hover{ color:#fff;}
footer h4{ color: #fff}
@media (max-width:767px) {
	.ycang{display: none}
#jiaodian .zheyao h2 a {
	font-size: 18px
}
#jiaodian .zheyao p a {
	font-size: 14px
}
#ruanwen .row .col-sm-4 ul li a {
	font-size: 14px
}
#shixin {
	background: none;
	padding: 0px;
}
#adimg, #adimg2 {
	display: none
}
#pinglou .col-md-4 {
	padding: 0px 15px;
}
#xinpan .col-md-3 {
	padding: 0px 30px;
}
#pinglou .bdty {
	box-shadow: none;
	padding: 0px;
}
#zixun li a{ font-size: 16px} 
	footer .lxfs ul li{ float:left; width: 20%; line-height: 50px}
footer .lxfs ul li:last-child{border-right: none}
	footer .fwrx { width: 100%}
	footer .fwrx span{ float: left; width: 30%}
	footer .fwrx h3{float: left; width: 70%;margin: 10px 0px}
	footer .lxfs img{ width: 150px; height: 150px}
	footer .lxfs h6{ font-size: 16px}
}
#adimg2{ margin-bottom: 30px}
#adimg2 .row{ margin-top: 15px}

#adimg img,.adimg2 img{
  display: block;
  max-width: 100%;
  height: auto;
}

.bgt ul li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
}

.lpxq h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default;
}

.lpxq p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.carousel-inner .slide_title{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	background: url(../images/jd_bk.png) repeat-x;
	height: 50px;
	line-height: 62px;
	font-size: 16px;
	text-decoration: none;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.carousel-inner .slide_title:hover{
	color: #fff;
}

.zixun ul li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*友情链接*/
.cooperation {
	margin: 0 0 30px 0;
}

.cooperation .link{
	border: 3px solid #ccc;
	padding: 29px 20px;
}

.cooperation .link .title{
	float: left;
	font-size: 30px;
	border-right: 2px solid #ccc;
	padding-right: 10px;
	width: 13%;
	cursor: default;
}

.cooperation .link .list{
	float: left;
	color: #555;
	font-size: 14px;
	width: 85%;
}

.cooperation .link .list a{
	color: #555;
	font-size: 14px;
	margin: 10px 16px 10px 0;
	text-decoration: none;
	display: inline-block;
}

.cooperation .channel{
	background: #eee;
	padding: 10px 0;
}

.cooperation .channel .title{
	float: left;
	font-size: 30px;
	border-right: 2px solid #ccc;
	width: 20%;
	cursor: default;
	margin: 20px 10px 0 20px;
	height: 95px;
}

.cooperation .channel .right {
	color: #555;
}

.cooperation .channel .right p{
	margin: 0;
}

.cooperation .channel .list{
	float: left;
	text-align: center;
	width: 57px;
	margin: 0 5px 0 0;
}

.cooperation .channel .right a{
	color: #555;
	text-decoration: none;
}
